Skip to content

ReactiveNavigationPage class

Defined in

Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll Full name: ReactiveUI.XamForms.ReactiveNavigationPage<T> Modifiers: public

Summary

View source

This is an NavigationPage that is also an IViewFor.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ReactiveNavigationPage~T~
class NavigationPage
NavigationPage <|-- ReactiveNavigationPage~T~
class IViewFor~TViewModel~ {
    <>
}
IViewFor~TViewModel~ <|.. ReactiveNavigationPage~T~
class IViewFor {
    <>
}
IViewFor <|.. ReactiveNavigationPage~T~
class IActivatableView {
    <>
}
IActivatableView <|.. ReactiveNavigationPage~T~

Inherits from: NavigationPage

Implements: IViewFor<TViewModel>, IViewFor, IActivatableView

Constructors

NameSummary
.ctor

Properties

NameSummary
ViewModelGets or sets the ViewModel to display.

Fields

NameSummary
static ViewModelPropertyThe view model bindable property.

Methods

NameSummary
OnBindingContextChangedInvoked whenever the binding context of the Page changes. Override this method to add class handling for this event.
Inherited members

See also